From: Domas Mituzas Date: Thu, 29 Jan 2009 15:41:00 +0000 (+0000) Subject: stray comma, did anyone test this? X-Git-Tag: 1.31.0-rc.0~43136 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=bd45e49bc00dd494213252b18429c7d37dd60216;p=lhc%2Fweb%2Fwiklou.git stray comma, did anyone test this? --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 546c0b1077..64d3f851a6 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -1257,7 +1257,7 @@ CREATE TABLE /*_*/tag_summary ( UNIQUE KEY (ts_rc_id), UNIQUE KEY (ts_log_id), - UNIQUE KEY (ts_rev_id), + UNIQUE KEY (ts_rev_id) ) /*$wgDBTableOptions*/; CREATE TABLE /*_*/valid_tag (